From 793699d64f0f2952c8a0a81baf47942f5b4378b1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 27 Mar 2005 19:20:51 +0000 Subject: [PATCH] Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact 2005-03-27 Tor Lillqvist * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact necessary with HEAD libtool. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 1 + 4 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index bbd2c8ecff..7dccdcc454 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-26 Matthias Clasen * gtk/*.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index bbd2c8ecff..7dccdcc454 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-26 Matthias Clasen * gtk/*.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bbd2c8ecff..7dccdcc454 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-26 Matthias Clasen * gtk/*.c: diff --git a/configure.in b/configure.in index 31e2ec7f00..fec169aa1e 100644 --- a/configure.in +++ b/configure.in @@ -145,6 +145,7 @@ if test "$os_win32" = "yes"; then enable_shared=yes fi +AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL # Make sure we use 64-bit versions of various file stuff. -- 2.30.2